Skip to content

docs: fix scoped npm package references#67

Open
benjaminmodayil wants to merge 2 commits intoopen-gitagent:mainfrom
benjaminmodayil:docs/fix-scoped-package-name
Open

docs: fix scoped npm package references#67
benjaminmodayil wants to merge 2 commits intoopen-gitagent:mainfrom
benjaminmodayil:docs/fix-scoped-package-name

Conversation

@benjaminmodayil
Copy link
Copy Markdown

@benjaminmodayil benjaminmodayil commented Apr 5, 2026

What

Update the remaining docs that reference the old/unscoped npm package name.

Changes in this PR:

  • update the README npm badge/link to @open-gitagent/gitagent
  • update docs.md installation command to npm install -g @open-gitagent/gitagent
  • update examples/gitagent-helper/skills/get-started/SKILL.md installation command to npm install -g @open-gitagent/gitagent

Why

The repo still had a few references to the old package name / old npm link, while the published package is @open-gitagent/gitagent.

Closes #

How Tested

  • npm run build passes
  • gitagent validate passes on example agents
  • Manual testing (describe below)

Manual testing:

  • node dist/index.js validate -d ./examples/standard
  • node dist/index.js --help

Checklist

  • My code follows the existing style of this project
  • I have added/updated tests (if applicable)
  • I have updated documentation (if applicable)
  • I have read the CONTRIBUTING.md

- [ ] My code follows the existing style of this project
- [ ] I have added/updated tests (if applicable)
- [ ] I have updated documentation (if applicable)
- [ ] I have read the [CONTRIBUTING.md](../CONTRIBUTING.md)
Copy link
Copy Markdown
Author

@benjaminmodayil benjaminmodayil Apr 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lead to a 404 when clicked from the link in the actual PR UI view.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant